Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from update/networkservicemesh/sdk #97

Merged
merged 1 commit into from
Mar 4, 2021

Conversation

nsmbot
Copy link
Contributor

@nsmbot nsmbot commented Mar 4, 2021

commit 32d14c4 Author: NSMBot nsmbot@networkservicmesh.io Date: Thu Mar 4 15:08:23 2021 +0000 Update go.mod and go.sum to latest version from networkservicemesh/sdk@master networkservicemesh/sdk# networkservicemesh/sdk PR link: https://github.com/networkservicemesh/sdk/pull/ networkservicemesh/sdk commit message: commit 68e58775b5d77c0b6c5beb7a0a21d47a7442d8ff Author: Vladimir Popov vladimir.popov@xored.com Date: Thu Mar 4 22:07:27 2021 +0700 Pr fix connect server (#703) Dockerfile LICENSE README.md go.mod go.sum internal main.go staticcheck.conf suite_healthcheck_test.go suite_setup_test.go suite_test.go suite_util_test.go Fix connect closing Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum internal main.go staticcheck.conf suite_healthcheck_test.go suite_setup_test.go suite_test.go suite_util_test.go Fix deleting connInfo Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum internal main.go staticcheck.conf suite_healthcheck_test.go suite_setup_test.go suite_test.go suite_util_test.go Remove openbox testing Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum internal main.go staticcheck.conf suite_healthcheck_test.go suite_setup_test.go suite_test.go suite_util_test.go Remove gosched Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum internal main.go staticcheck.conf suite_healthcheck_test.go suite_setup_test.go suite_test.go suite_util_test.go Remove unnecessary goroutine Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum internal main.go staticcheck.conf suite_healthcheck_test.go suite_setup_test.go suite_test.go suite_util_test.go Remove extra cancel Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum internal main.go staticcheck.conf suite_healthcheck_test.go suite_setup_test.go suite_test.go suite_util_test.go Optimize deleting clients for ref count map Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum internal main.go staticcheck.conf suite_healthcheck_test.go suite_setup_test.go suite_test.go suite_util_test.go Replace time.After to Dial in tests Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum internal main.go staticcheck.conf suite_healthcheck_test.go suite_setup_test.go suite_test.go suite_util_test.go Health check for network service server started Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum internal main.go staticcheck.conf suite_healthcheck_test.go suite_setup_test.go suite_test.go suite_util_test.go Refactor connect server to use MultiExecutor Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum internal main.go staticcheck.conf suite_healthcheck_test.go suite_setup_test.go suite_test.go suite_util_test.go Fix linter issues Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum internal main.go staticcheck.conf suite_healthcheck_test.go suite_setup_test.go suite_test.go suite_util_test.go Fix comments issues Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum internal main.go staticcheck.conf suite_healthcheck_test.go suite_setup_test.go suite_test.go suite_util_test.go Remove injecting error in connect server Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum internal main.go staticcheck.conf suite_healthcheck_test.go suite_setup_test.go suite_test.go suite_util_test.go Move Executor interface to serialize package Signed-off-by: Artem Belov artem.belov@xored.com Dockerfile LICENSE README.md go.mod go.sum internal main.go staticcheck.conf suite_healthcheck_test.go suite_setup_test.go suite_test.go suite_util_test.go Remove multiexecutor.ExecutorFunc Signed-off-by: Vladimir Popov vladimir.popov@xored.com Dockerfile LICENSE README.md go.mod go.sum internal main.go staticcheck.conf suite_healthcheck_test.go suite_setup_test.go suite_test.go suite_util_test.go Edit tests, add comments Signed-off-by: Vladimir Popov vladimir.popov@xored.com Dockerfile LICENSE README.md go.mod go.sum internal main.go staticcheck.conf suite_healthcheck_test.go suite_setup_test.go suite_test.go suite_util_test.go Fix linter issues Signed-off-by: Vladimir Popov vladimir.popov@xored.com Dockerfile LICENSE README.md go.mod go.sum internal main.go staticcheck.conf suite_healthcheck_test.go suite_setup_test.go suite_test.go suite_util_test.go Return error on Close if there is no client Signed-off-by: Vladimir Popov vladimir.popov@xored.com Co-authored-by: Artem Belov artem.belov@xored.com Signed-off-by: NSMBot nsmbot@networkservicmesh.io

…k@master networkservicemesh/sdk#

networkservicemesh/sdk PR link: https://github.com/networkservicemesh/sdk/pull/

networkservicemesh/sdk commit message:
commit 68e58775b5d77c0b6c5beb7a0a21d47a7442d8ff
Author: Vladimir Popov <vladimir.popov@xored.com>
Date:   Thu Mar 4 22:07:27 2021 +0700

    Pr fix connect server (#703)

    * Fix connect closing

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix deleting connInfo

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Remove openbox testing

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Remove gosched

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Remove unnecessary goroutine

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Remove extra cancel

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Optimize deleting clients for ref count map

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Replace time.After to Dial in tests

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Health check for network service server started

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Refactor connect server to use MultiExecutor

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix linter issues

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Fix comments issues

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Remove injecting error in connect server

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Move Executor interface to serialize package

    Signed-off-by: Artem Belov <artem.belov@xored.com>

    * Remove multiexecutor.ExecutorFunc

    Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>

    * Edit tests, add comments

    Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>

    * Fix linter issues

    Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>

    * Return error on Close if there is no client

    Signed-off-by: Vladimir Popov <vladimir.popov@xored.com>

    Co-authored-by: Artem Belov <artem.belov@xored.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot pushed a commit to networkservicemesh/deployments-k8s that referenced this pull request Mar 4, 2021
…cmd-nse-icmp-responder@master networkservicemesh/cmd-nse-icmp-responder#97

networkservicemesh/cmd-nse-icmp-responder PR link: networkservicemesh/cmd-nse-icmp-responder#97

networkservicemesh/cmd-nse-icmp-responder commit message:
commit ecec6c222d428fb40b795226c38e865e146630d4
Author: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com>
Date:   Thu Mar 4 09:09:08 2021 -0600

    Merge 32d14c436c2b970bb35ad9a60ef346c0f431925c into 02733f6058cccd30b40e070219c5cc70bbafb7e7

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
@github-actions github-actions bot merged commit 68130ac into master Mar 4, 2021
nsmbot pushed a commit that referenced this pull request Apr 6, 2022
This PR syncs files with https://github.com/networkservicemesh/cmd-template

Revision: https://github.com/networkservicemesh/cmd-template/commits/80059f9217212d528340092d922cb1e32058d8ca

commit 80059f9217212d528340092d922cb1e32058d8ca
Author: xzfc <5121426+xzfc@users.noreply.github.com>
Date:   Wed Apr 6 15:40:56 2022 +0000

    Add sdk-kernel to ALLOWED_REPOSITORIES (#97)

    Signed-off-by: Albert Safin <albert.safin@xored.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant